home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / AMIGA / (A)TB / (A)TBP.ADF / Memtest / memtest.doc < prev    next >
Text File  |  1991-06-20  |  2KB  |  69 lines

  1.  
  2.   System Memory test routine
  3.   Version 1.0
  4.  
  5.            *************************
  6.            ******* Copyright *******
  7.            ******** Notice *********
  8.            *************************
  9. All Materials on this disk are copyrighted by Custom Services 1986.
  10. All items were produced by Custom Services as "No-Frill" Software.
  11. You may redistribute any or all of the items on this disk so long as
  12. you also move this notice(which is included in each source file).
  13.  
  14. Custom Services does not charge for this software except to ask for
  15. a small donation(no more than $5.00) from anyone using one of these
  16. programs. Those users who register with a donation will recieve
  17. update information. Under no instance may any program or part of a
  18. program be copied for commercial use with out a written agreement
  19. from us.
  20.  
  21. To obtain a list of all disks currently available in the Custom
  22. Services library, and ordering information, send a preaddressed
  23. mailing label and 2 loose first class stamps to:
  24.  
  25.    Custom Services
  26.    P. O. Box 254
  27.    Moorestown, N. J. 08057
  28.  
  29. *
  30. * Format of Call:
  31. *
  32. *   MEMTEST  -F[ast] -V[erbose] -D[ebug] -S[ystem] -L[ong] -A[ll
  33.     test]
  34. *
  35.   This routine will run standard memory tests on your
  36.   memory.  The options are:
  37.   -F Test Fast memory
  38.   -S Test System Chip memory
  39.   -L Long memory test enabled
  40.   -V Verbose messages
  41.   -D Debug messages
  42.   -A all memory tests performed(except Long)
  43.   -B values test
  44.   -E sum address test
  45.  
  46.   Chip memory will be tested first if requested then Fast memory
  47.  
  48.   Memory will be allocated using the standard system allocation
  49.   routines.  What ever memory is left when this program runs will
  50.   be tested.  A linked list of memory is made for both Chip and
  51.   Fast memory.
  52.  
  53.   The Long test will run faster on very fragmented memory(small
  54.   blocks) but will be more effective on unfragmented memory.
  55.  
  56.   The values tests on each block will be:
  57.     a) zero/non zero byte
  58.     b) alternating bit test
  59.     c) walking byte test( if -L selected )
  60.   The sum test on each block will be:
  61.     a) fill memory with a value which is the two halfs of the address
  62.        plus a pass count(four passes are done).
  63.     b) check each location for changes, must have the computed value.
  64.   If an error occurs the address and data are displayed. This program
  65.   will take  ***ALL*** available memory for it's test.
  66.  
  67.   Source for this program is available by sending a couple of dollars
  68.   and a disk to the above address. Support Shareware!!
  69.